home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / The World of Computer Software.iso / xmm12.zip / DIRECTIV.10 next >
Text File  |  1992-07-05  |  835b  |  18 lines

  1.   {--------------------------------------------------------------------------
  2.      FILE :          Directiv.10                   INITIAL : 19900319 v 1.00
  3.      AUTHOR :        Jeroen W. Pluimers            UPDATE :  19900325 v 1.01
  4.  
  5.      DESCRIPTION :   Compiler directive file for Quick Pascal version 1.0
  6.                      Has not been tested yet !
  7.  
  8.      COMPUTER :      NEAT-AT
  9.      COMPILER :      Quick Pascal 1.0  - has not been checked out.
  10.  
  11.      COPYRIGHT :     (c) 1990 Pluimers Software Ontwikkeling.
  12.    --------------------------------------------------------------------------}
  13.  
  14. {$A+,O-,F-}       { word-align, no overlays, local calls near }
  15. {$B-,I+,R+,S+,V+} { short-boolean, IO-check, range-, stack-, var-check on }
  16. {$D+,L+}          { debug and local info off }
  17. {$N+,E+}          { use 8087 reals }
  18.